Uses of Class
negotiator.issue.Value

Packages that use Value
negotiator   
negotiator.issue   
negotiator.utility   
 

Uses of Value in negotiator
 

Methods in negotiator that return Value
 Value Bid.getValue(int issueNr)
           
 

Methods in negotiator with parameters of type Value
 void Bid.setValue(int issueId, Value pValue)
          Set the value of the issue with the given issueID to the given value.
 

Constructor parameters in negotiator with type arguments of type Value
Bid(Domain domainP, java.util.HashMap<java.lang.Integer,Value> bidP)
          create a new bid in a domain.
 

Uses of Value in negotiator.issue
 

Subclasses of Value in negotiator.issue
 class ValueDiscrete
          Specifies a discrete value.
 class ValueInteger
          Specifies an integer value.
 

Methods in negotiator.issue with parameters of type Value
abstract  boolean Issue.checkInRange(Value value)
          Method to check if the given value is in the range specified by the issue.
 boolean IssueDiscrete.checkInRange(Value value)
           
 boolean IssueInteger.checkInRange(Value val)
           
 

Uses of Value in negotiator.utility
 

Methods in negotiator.utility that return Value
 Value EvaluatorDiscrete.getMaxValue()
           
 Value EvaluatorDiscrete.getMinValue()
           
 

Methods in negotiator.utility with parameters of type Value
 void EvaluatorDiscrete.setEvaluation(Value val, int evaluation)
          Sets the evaluation for Value val.